PUT /rest/cloudaccounts/{cloudAccountId}/synchronize?sID=…
API Example:
ICloudAccountAPI.synchronizeCloudAccount({'sID': /* sID session ID. */, 'cloudAccountId': /* cloudAccountId
Identifier uniquely identifying the cloud account to synchronize. */});
Synchronize a cloud account by ID.
Output:
SynchronizeCloudAccountResponse - A response with status 200 OK and a body containing response information when synchronization was successful.
If the id is null or empty, it will return a response with status 400 Bad Request and a body containing an ErrorMessage.